home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000155_news@newsmaster….columbia.edu _Mon Feb 2 18:55:40 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA11039
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 2 Feb 1998 18:55:40 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA04225
  7.     for kermit.misc@watsun; Mon, 2 Feb 1998 18:55:39 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit visual basic control?
  12. Date: 2 Feb 1998 23:55:39 GMT
  13. Organization: Columbia University
  14. Lines: 25
  15. Distribution: na
  16. Message-ID: <6b5mdr$p90$1@apakabar.cc.columbia.edu>
  17. References: <6b5lim$q5e$1@xmission.xmission.com>
  18. NNTP-Posting-Host: watsun.cc.columbia.edu
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8338
  20.  
  21. In article <6b5lim$q5e$1@xmission.xmission.com>,
  22. Jim Pixton <pixton@xmission.xmission.com> wrote:
  23. : I was hoping someone could point me to an ocx (or vbx) that could
  24. : send/receive files (using kermit protocol) to a bulletin board.
  25. : It would need some simple scripting ability.  Most importantly,
  26. : and why I'd like to do it all in VB, I need to track the status
  27. : of the call so the rest of the program knows what happened,
  28. : and can proceed accordingly.
  29. : Is there such a thing (free or 3rd party okay)?
  30. : If not, what is the best way to go about this?
  31. : What about something for MS Visual C++?
  32. Short answer: No, not unless you write it yourself.
  33. See various ongoing threads on this topic in this newsgroup.
  34.  
  35. Medium answer: You don't need a VBX or an OCX or anything else
  36. like that.  Use Kermit 95 itself, controlled by a Kermit script.
  37. The script can be generated by your VB program.
  38.  
  39. Long answer: See Item 30 of the Kermit FAQ:
  40.  
  41.   http://www.columbia.edu/kermit/faq.html
  42.   ftp://kermit.columbia.edu/kermit/faq.txt
  43.  
  44. - Frank